Load required packages for entire project

library(here)
source(here("script", "01_mainRSV.R"))

 

Run the archiving script to update the RSV dataset

source(here("script", "02_fileCache.R"))
source(here("script", "03_runIfExpired.R"))

 

Load RSV datasets

source(here("script", "04_loadRSVdata.R"))

 

Seasonal dynamics of RSV by WHO region

source(here("script", "05_seasRSV_region.R"))

 

Seasonal dynamics of RSV by Hemisphere

source(here("script", "06_seasRSV_hemi.R"))

 

Dynamics of RSV in African countries

source(here("script", "07_seasRSV_afr.R"))

 

Dynamics of RSV in South East Asian countries

source(here("script", "08_seasRSV_sear.R"))

 

Dynamics of RSV in Western Pacific countries

source(here("script", "09_seasRSV_wpr.R"))

 

Dynamics of RSV in Eastern Mediterranean countries

source(here("script", "10_seasRSV_emr.R"))

 

Dynamics of RSV in European countries

source(here("script", "11_seasRSV_eur.R"))

 

Dynamics of RSV in Americas countries

source(here("script", "12_seasRSV_amr.R"))